home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / admin / makedev-.5 / makedev- / makedev-1.5 / README < prev    next >
Text File  |  1995-06-04  |  1KB  |  48 lines

  1.  
  2. Readme file for MAKEDEV-C:
  3.  
  4. MAKEDEV is a program to create the special file entries found in /dev.
  5. MAKEDEV-C is a compiled binary that runs from a config file,
  6. /etc/devinfo. The config file is intended to be fairly human-readable,
  7. as well as machine-readable.
  8.  
  9.  
  10. New in release 1.5:
  11.  
  12. Configuration files (devinfo and makedev.cfg) are now located only in
  13. /etc, or /usr/local/etc for devinfo.local.
  14. Several bug fixes, both to the code and to devinfo.
  15. The supplied makefile is now vaguely useful.
  16. Some testing options are now not compiled in by default.
  17. Updates to devinfo, including support for vcs devices. See devinfo itself
  18. for particulars.
  19.  
  20. New in release 1.4.1:
  21.  
  22. Substantial updates to DEVINFO. Most notably:
  23.     - hdc and hdd are now the drives on the 2nd IDE controller. 
  24.       This is NOT how it used to be, nor is it how the shell MAKEDEV
  25.       does it, but it's what the kernel source indicates is right.
  26.     - SCSI tapes were totally messed up in the last release.
  27.     - New and more appropriate QIC device names.
  28.     - Assorted fixes. (See DEVINFO itself for more details.)
  29.  
  30. Some changes to the sample MAKEDEV.cfg:
  31.     - added a class "system" (root.system, mode 660)
  32.     - do not omit hdc and hdd by default, as they now mean
  33.       something more useful than they used to.
  34.  
  35.     ----------------
  36.  
  37. New in release 1.4:
  38.  
  39. First general public release. 
  40. Wrote man pages.
  41.  
  42.     ----------------
  43.  
  44. Release 1.3:
  45.  
  46. First tentative limited-distribution release.
  47.  
  48.